home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / ga.dxr / 00022_globalScript.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  251 b   |  14 lines

  1. on startMovie
  2.   set the exitLock to 1
  3.   set the keyDownScript to "keyCheck"
  4.   member("soundLoop").loop = 1
  5.   puppetSound(2, member("soundLoop"))
  6. end
  7.  
  8. on keyCheck
  9.   if the keyCode = 53 then
  10.     go(9, "data/menu.dir")
  11.     puppetSound(2, 0)
  12.   end if
  13. end
  14.